home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / a_utils / perl / mac-perl / mac_perl.inf < prev    next >
Encoding:
Text File  |  1993-07-25  |  2.0 KB  |  63 lines

  1. WELCOME TO MPW PERL
  2.  
  3. This is Perl for the Mac, ported to MPW C by Matthias Neeracher
  4. <neeri@iis.ethz.ch> and Tim Endres <time.ice.com>. It runs every
  5. program in the test suite that you could it reasonably expect to, and
  6. some you probably didn't expect.  Feel free to give this program away
  7. according to the terms stated in the README file.
  8.  
  9. System Requirements
  10.  
  11. Perl really likes MPW. The standalone version is not much use yet.
  12. Some of the really cool features require ToolServer, System 7, and
  13. enough RAM (Notably stuff like `CFront MacApp.cp`, while (<┼.c>) or
  14. open(XXX, "Catenate ┼.c |")) Some of the files barely compile with 5
  15. megabytes of RAM.
  16.  
  17. Bugs, Suggestions, Damnations
  18.  
  19. Please send your bug reports and/or fixes to <neeri@iis.ethz.ch> (It
  20. is rather unlikely that any of the bugs are relevant to the UNIX
  21. version).
  22.  
  23. Mailing list
  24.  
  25. There is now a mailing list for announcing new releases, sharing
  26. scripts, and discussions about how to make MPW Perl change your life.
  27. To subscribe, send a mail to <mpw-perl-request@iis.ethz.ch>
  28.  
  29. Revision History
  30.  
  31. 24Jan93    4.0.6
  32.  
  33. - choose() for files no longer includes the terminating null character.
  34. - rename() and TCP sockets work better (thanks to Brad Pickering for reporting
  35.   these bugs).
  36. - standalone version can read scripts from its data fork and accepts more 
  37.   startup files.
  38. - (hopefully) improved the documentation a little. Added ObiWan support.
  39.   
  40. 20Dec92    4.0.5
  41.  
  42. - Supports sockets and symbolic links.
  43. - "ask", "answer" and "pick" are now builtins with a slightly changed syntax
  44.   (sorry).
  45. - A few mac scripts are now provided in :t:mac and :macscripts:
  46. - The application now always searches for a #! line first. If none is found,
  47.   the script is executed anyway, but the file has to be read twice.
  48.   
  49. 27Sep92    4.0.4
  50.  
  51. This release upgrades the Mac version to UNIX patchlevel 35.
  52.  
  53. 08Jun92    4.0.3
  54.  
  55. This release supports opendir (In fact, I thought the last one'd already support it.
  56. Thanks to Mike Meckler <meckler@egg.gg.caltech.edu> for reporting this bug).
  57.  
  58. dbmopen & friends are now supported.
  59.  
  60. 20Jan92    4.0.2
  61.  
  62. First public release.
  63.